home *** CD-ROM | disk | FTP | other *** search
/ Fish With Names Like... / Fish With Names Like... 2.5.iso / pc / Media / Fish.dir / 00858_Delay60.ls < prev    next >
Encoding:
Text File  |  2004-04-27  |  70 b   |  6 lines

  1. on enterFrame
  2.   sprite(48).visible = 0
  3.   lowerSound()
  4.   delay(60)
  5. end
  6.